home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000087_news@columbia.edu _Fri Mar 3 22:42:34 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA26415
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 3 Mar 2000 22:42:34 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id WAA11035
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 3 Mar 2000 22:30:01 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Peter Easthope <peter_easthope@gulfnet.pinc.com>
  10. Subject: Re: tone from system during MINPUT
  11. Date: Sat, 04 Mar 2000 03:23:13 GMT
  12. Organization: Deja.com - Before you buy.
  13. Message-ID: <89pviu$hpd$1@nnrp1.deja.com>
  14. To: kermit.misc@columbia.edu
  15.  
  16. Thanks Jeffrey and Joe.
  17.  
  18. In <yPZL3KTxSJoI@cc.usu.edu> posted at
  19. 2000 mar 03 Joe Doupnik said,
  20. jd> "Even" is typo-speak for event.
  21.  
  22. OK. I see that the BEL character replaces a
  23. single character in the stream.  For example,
  24. "Delete" might appear as "De.ete" where the "."
  25. represents BEL.  If the BEL character occurs
  26. when the input buffer in the modem is overrun,
  27. why do I never observe a sequence of characters
  28. missing from the stream and replaced by one or
  29. more BELs?
  30.  
  31. jd> The SET FLOW command tells Kermit how to treat
  32. its end of the connection, but it does nothing
  33. for the modem.  One must issue the appropriate
  34. AT comand to the modem, please see its manual.
  35.  
  36. In <89ofke$16g$1@newsmaster.cc.columbia.edu>
  37. posted at 2000 Mar 3 13:44:46 GMT  Jeffrey
  38. Altman said,
  39. ja> MS-DOS Kermit ...  cannot automatically set
  40. the modem to use RTS/CTS flow control.  You need
  41. to do that as part of your dialing script.
  42.  
  43. The modem is an external, Practical Peripherals
  44. MC144MT II.  The script invoked is PPI.SCR
  45. containing these lines between others.
  46.  
  47. echo Enabling hardware flow control...
  48. output AT &K3\13        ; Enable RTS/CTS hardware flow control
  49. chkok {Can't enable RTS/CTS}    ; On modem
  50. wait 5 cts
  51. if fail errfail {Modem is not asserting CTS!}
  52. set flow rts/cts        ; And in Kermit too, but only now
  53.  
  54. The "echo Enabling hardware flow control..."
  55. works; "Enabling hardware flow control..." is
  56. screened as PPI.SCR is executed.
  57.  
  58. Here is one suspicious point.  In the last line
  59. from the script above, why the comment "...  but
  60. only now"?  Apparently there is significance to
  61. setting the flow control in Kermit after it has
  62. been set in the modem.  If this is really
  63. necessary I can see the problem.  "set flow
  64. rts/cts" is executed in MSCUSTOM.INI before
  65. "output AT &K3\13" is executed in PPI.SCR.
  66.  
  67. Thanks for your assistance,
  68.          Peter_Easthope@gulfnet.pinc.com
  69.  
  70.  
  71. Sent via Deja.com http://www.deja.com/
  72. Before you buy.